home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / unix / lwpwgw.txt < prev    next >
Text File  |  1993-04-10  |  4KB  |  243 lines

  1. Using LWP DOS with Windows for WorkGroups (revised).  This text file is 
  2. to explain how to configure LWP DOS to work with Windows for WorkGroups.
  3.  
  4. Modified configuration files are shown below.
  5.  
  6.  
  7. CONFIG.SYS
  8. ----------
  9.  
  10. buffers = 30
  11. files = 30
  12. device=c:\windows\himem.sys
  13. stacks=9,256
  14. device=c:\windows\protman.dos /i:c:\windows
  15. device=c:\windows\workgrp.sys
  16. REM device=c:\windows\ne2000.dos
  17. REM device=c:\windows\msipx.sys
  18. lastdrive=p
  19.  
  20.  
  21. AUTOEXEC.BAT
  22. ------------
  23.  
  24. lsl
  25. ne2000
  26. odinsup
  27. ipxodi
  28. netx
  29. tcpip
  30.  
  31. c:\windows\smartdrv.exe
  32. c:\windows\net start
  33. REM c:\windows\msipx
  34. REM c:\windows\netx
  35.  
  36.  
  37. NET.CFG
  38. -------
  39.  
  40. Link Support
  41.   Buffers 8 1500
  42.   MemPool 4096
  43.  
  44. Link Driver NE2000
  45.   INT 4
  46.   PORT 340
  47.   Frame Ethernet_II
  48.   Frame Ethernet_SNAP
  49.   Frame Ethernet_802.3
  50.   Frame Ethernet_802.2
  51.  
  52. Protocol ODINSUP
  53.   Bind NE2000
  54.   Buffered
  55.  
  56. Protocol TCPIP
  57.   Path SCRIPT    C:\NET\SCRIPT
  58.   Path PROFILE    C:\NET\PROFILE
  59.   Path LWP_CFG    C:\NET\HSTACC
  60.   Path TCP_CFG    C:\NET\TCP
  61.   ip_address    130.57.196.162
  62.   ip_router    130.57.196.254
  63.   ip_netmask    255.255.252.0
  64.  
  65.  
  66. PROTOCOL.INI
  67. ------------
  68.  
  69. [network.setup]
  70. version=0x3100
  71. ; netcard=ms$ne2000,1,MS$NE2000
  72. netcard=ne2000,1,ne2000
  73. transport=ms$netbeui,MS$NETBEUI
  74. ; transport=ms$ipx,MS$IPX
  75. transport=ipx,ipx
  76. ; lana0=ms$ne2000,1,ms$ipx
  77. ; lana1=ms$ne2000,1,ms$netbeui
  78. lana0=ne2000,1,ipx
  79. lana1=ne2000,1,ms$netbeui
  80.  
  81. [protman]
  82. DriverName=PROTMAN$
  83. PRIORITY=MS$NETBEUI
  84.  
  85. ; [MS$NE2000]
  86. ; DriverName=MS2000$
  87. ; IOBASE=0x340
  88. ; INTERRUPT=4
  89.  
  90. [MS$NETBEUI]
  91. DriverName=netbeui$
  92. SESSIONS=10
  93. NCBS=32
  94. ; BINDINGS=MS$NE2000
  95. BINDINGS=NE2000
  96. LANABASE=1
  97.  
  98. ; [MS$IPX]
  99. ; DriverName=IPX$
  100. ; MediaType=Novell/Ethernet
  101. ; BINDINGS=MS$NE2000
  102.  
  103. [IPX]
  104. DriverName=IPX
  105. MediaType=Novell/Ethernet
  106. Bindings=ne2000
  107.  
  108. [ne2000]
  109. DriverName=ne2000
  110. Interrupt=4
  111. IOaddress=0x340
  112.  
  113.  
  114. SYSTEM.INI
  115. ----------
  116.  
  117. [boot]           
  118. shell=progman.exe
  119. mouse.drv=mouse.drv
  120. network.drv=wfwnet.drv
  121. language.dll=
  122. sound.drv=mmsound.drv
  123. comm.drv=comm.drv
  124. keyboard.drv=keyboard.drv
  125. system.drv=system.drv
  126. 386grabber=vga.3gr
  127. oemfonts.fon=vgaoem.fon
  128. 286grabber=vgacolor.2gr
  129. fixedfon.fon=vgafix.fon
  130. fonts.fon=vgasys.fon
  131. display.drv=vga.drv
  132. drivers=mmsystem.dll
  133. secondnet.drv=netware.drv
  134.  
  135. [keyboard]
  136. subtype=
  137. type=4
  138. keyboard.dll=
  139. oemansi.bin=
  140.  
  141. [boot.description]
  142. keyboard.typ=Enhanced 101 or 102 key US and Non US keyboards
  143. mouse.drv=Microsoft, or IBM PS/2
  144. network.drv=Microsoft Windows for Workgroups (version 3.1)
  145. language.dll=English (American)
  146. system.drv=AST Premium 386/25 and 386/33 (CUPID)
  147. codepage=437
  148. woafont.fon=English (437)
  149. aspect=100,96,96
  150. display.drv=VGA
  151.  
  152. [386Enh]
  153. device=vtcpip.386
  154. 32BitDiskAccess=OFF
  155. device=*int13
  156. device=*wdctrl
  157. mouse=*vmd
  158. network=vnetbios.386,vnetsup.386,vredir.386,vserver.386,vbrowse.386,vwc.386
  159. ebios=*ebios
  160. woafont=dosapp.fon
  161. display=*vddvga
  162. EGA80WOA.FON=EGA80WOA.FON
  163. EGA40WOA.FON=EGA40WOA.FON
  164. CGA80WOA.FON=CGA80WOA.FON
  165. CGA40WOA.FON=CGA40WOA.FON
  166. keyboard=*vkd
  167. netheapsize=20
  168. device=vtdapi.386
  169. device=vcd.386
  170. device=vshare.386
  171. device=vpicd.386
  172. device=vpd.386
  173. device=*vtd
  174. device=*reboot
  175. device=vdmad.386
  176. device=*vsd
  177. device=*v86mmgr
  178. device=*pageswap
  179. device=*dosmgr
  180. device=*vmpoll
  181. device=*wshell
  182. device=*BLOCKDEV
  183. device=*PAGEFILE
  184. device=*vfd
  185. device=*parity
  186. device=*biosxlat
  187. device=*vmcpd
  188. device=*combuff
  189. device=*cdpscsi
  190. local=CON
  191. FileSysChange=off
  192. PermSwapDOSDrive=D
  193. PermSwapSizeK=15884
  194. transport=vnb.386
  195. secondnet=vipx.386,vnetware.386
  196. OverlappedIO=off
  197.  
  198. [standard]
  199.  
  200. netheapsize=8
  201. [NonWindowsApp]
  202. localtsrs=dosedit,ced
  203. CommandEnvSize=4096
  204.  
  205. [mci]
  206. WaveAudio=mciwave.drv
  207. Sequencer=mciseq.drv
  208. CDAudio=mcicda.drv
  209.  
  210. [drivers]
  211. timer=timer.drv
  212. midimapper=midimap.drv
  213.  
  214. [DDEShares]
  215. CHAT$=winchat,chat,,31,,0,,0,0,0
  216. CLPBK$=clipsrv,system,,31,,0,,0,0,0
  217. HEARTS$=mshearts,hearts,,15,,0,,0,0,0
  218.  
  219.  
  220. [network]
  221. ComputerName=JOE
  222. Workgroup=SALES
  223. UserName=JOE
  224. multinet=netware
  225. logonvalidated=no
  226.  
  227. [NetWare]
  228. NWShareHandles=FALSE
  229. RestoreDrives=TRUE
  230.  
  231. [Password Lists]
  232. *Shares=C:\WINDOWS\Shares.PWL
  233.  
  234.  
  235. NOTES:
  236.  
  237. 1.  ODI MAC driver names that begin with a number must be prefaced with a character in the PROTOCOL.INI file (eg. 3C503 should be called "x3c503").
  238.  
  239. 2.  Windows for WorkGroups configured with the NDIS IPX drivers is not fully supported by Novell.  ODINSUP with IPXODI is the recommended approach.
  240.  
  241.  
  242.  
  243.